From 7343093a8951194ed986ddd0b79711a190ff1657 Mon Sep 17 00:00:00 2001 From: Robert Lipe Date: Sat, 16 Jun 2018 14:57:38 -0500 Subject: [PATCH] Check in codacy config file Ignore deprecated and third party code. --- .codacy.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .codacy.yaml diff --git a/.codacy.yaml b/.codacy.yaml new file mode 100644 index 000000000..03be86698 --- /dev/null +++ b/.codacy.yaml @@ -0,0 +1,4 @@ +exclude_paths: + - 'deprecated/**' + - 'zlib/**' + - strptime.[ch] -- 2.30.2